projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8300d
)
(c++-font-lock-extra-types): Add "type_info".
author
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Jul 1999 22:14:00 +0000
(22:14 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Jul 1999 22:14:00 +0000
(22:14 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 9ce0adef3715668738f7c88c8f3422a0b1511245..7cf0c22616148c5cf8cb8ef8b79f8ad008d7d5ff 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2179,6
+2179,7
@@
The value of this variable is used when Font Lock mode is turned on."
"map" "multimap"
"hash\\(_\\(m\\(ap\\|ulti\\(map\\|set\\)\\)\\|set\\)\\)?"
"stack" "queue" "priority_queue"
+ "type_info"
"iterator" "const_iterator" "reverse_iterator" "const_reverse_iterator"
"reference" "const_reference")
"*List of extra types to fontify in C++ mode.